Seal priv pointer in GtkSeparatorToolItem.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:09 +0000 (11:06 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:09 +0000 (11:06 +0000)
svn path=/trunk/; revision=20581

gtk/gtkseparatortoolitem.h

index d88ff88dcd0b36699b957bcd3c277397d1048493..f015f65443b8c9e02ae7c01ca51e58fadb3eb378 100644 (file)
@@ -46,7 +46,7 @@ struct _GtkSeparatorToolItem
   GtkToolItem parent;
 
   /*< private >*/
-  GtkSeparatorToolItemPrivate *priv;
+  GtkSeparatorToolItemPrivate *GSEAL (priv);
 };
 
 struct _GtkSeparatorToolItemClass